.gallery_single_image{
	float: left;
}
ul.image_gallery_navbar{
	list-style: none;
	padding: auto;
	margin: auto !important;
	text-align: center;
	display: table;
}
ul.image_gallery_navbar li{
	background: url("../gfx/pagination.png") no-repeat scroll 0 0 transparent;
	width: 20px;
	height: 20px;
	margin: 5px;
	float: left;
	cursor: pointer;
	list-style: none !important;
}

ul.image_gallery_navbar li.selected{
	background: url("../gfx/pagination.png") no-repeat scroll -20px 0 transparent;
}

.gallery_diy.widget-body{
	position: relative;
	text-align: center;
	margin: auto;
	/*height: 420px;*/
}
.gallery_diy.widget-body div#block_clicks_wrapper, .gallery_diy.widget-body div#widget_content  {
	height: 100%;
}

.gallery_navbar_wrapper{
	width: 100%;	
}
